#tel {
  border-collapse: separate;
  border-spacing: 6px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
}

#tel .fila {
  padding: 6px 10px;
  border: 1px solid #d6dbe1;
  border-radius: 4px;
  background: #f8f9fb;
  white-space: nowrap;
}

#tel .etiqueta {
  background: #eef2f6;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: .3px;
}

#tel .valor {
  background: #ffffff;
  color: #1f2d3d;
  font-weight: 500;
}
